home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / ArrowCDEF / ArrowCDEF.h < prev    next >
Text File  |  1994-03-27  |  540b  |  21 lines

  1. /******************************************************************
  2.     FILE:            ArrowCDEF.h
  3.     DESCRIPTION:    Some useful constants for the ArrowCDEF
  4.     AUTHOR:        David Hay
  5.     
  6.     Copyright © 1994 David Hay
  7. ******************************************************************/
  8.  
  9. #pragma once
  10.  
  11. #define    kArrowResType    'APIC'    /*    Resource type to define which PICT's to use    */
  12. #define    kArrowResID        500        /*    If you change the CDEF id, change this too        */
  13. #define    kArrowProc        ( kArrowResID * 16 )
  14.  
  15. enum
  16. {
  17.     kPlainArrow = 0,
  18.     kUpArrow,
  19.     kDownArrow,
  20.     kInactiveArrow
  21. };